home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / tcpdumpb.zip / libpcap / CHANGES < prev    next >
Text File  |  1996-07-23  |  6KB  |  171 lines

  1. @(#) $Header: CHANGES,v 1.34 96/07/23 14:36:14 leres Exp $ (LBL)
  2.  
  3. v0.2.1 Sun Jul 14 03:02:26 PDT 1996
  4.  
  5. - Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram
  6.   (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
  7.  
  8. - Added support for SINIX. Thanks to Andrej Borsenkow
  9.   (borsenkow.msk@sni.de)
  10.  
  11. - Fixes for AIX (although this system is not yet supported). Thanks to
  12.   John Hawkinson (jhawk@mit.edu)
  13.  
  14. - Use autoconf's idea of the top level directory in install targets.
  15.   Thanks to John Hawkinson.
  16.  
  17. - Add missing autoconf packet capture result message. Thanks to Bill
  18.   Fenner (fenner@parc.xerox.com)
  19.  
  20. - Fixed padding problems in the pf module.
  21.  
  22. - Fixed some more alignment problems on the alpha.
  23.  
  24. - Added explicit netmask support. Thanks to Steve Nuchia
  25.   (steve@research.oknet.com)
  26.  
  27. - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
  28.   justifing"
  29.  
  30. - Add "sca" keyword (for DEC cluster services) as suggested by Terry
  31.   Kennedy (terry@spcvxa.spc.edu)
  32.  
  33. - Add "atalk" keyword as suggested by John Hawkinson.
  34.  
  35. - Add "igrp" keyword.
  36.  
  37. - Fixed HID definition in grammar.y to be a string, not a value.
  38.  
  39. - Use $CC when checking gcc version. Thanks to Carl Lindberg
  40.   (carl_lindberg@blacksmith.com)
  41.  
  42. - Removed obsolete reference to pcap_immediate() from the man page.
  43.   Michael Stolarchuk (mts@terminator.rs.itd.umich.edu)
  44.  
  45. - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
  46.   (jch@bsdi.com)
  47.  
  48. v0.2 Sun Jun 23 02:28:42 PDT 1996
  49.  
  50. - Add support for HP-UX. Resulted from code contributed by Tom Murray
  51.   (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
  52.   (philipp@res.enst.fr)
  53.  
  54. - Update INSTALL with a reminder to install include files. Thanks to
  55.   Mark Andrews (mandrews@aw.sgi.com)
  56.  
  57. - Fix bpf compiler alignment bug on the alpha.
  58.  
  59. - Use autoconf to detect architectures that can't handle misaligned
  60.   accesses.
  61.  
  62. - Added loopback support for snoop. Resulted from report Steve
  63.   Alexander (sca@engr.sgi.com)
  64.  
  65. v0.1 Fri Apr 28 18:11:03 PDT 1995
  66.  
  67. - Fixed compiler and optimizer bugs.  The BPF filter engine uses unsigned
  68.   comparison operators, while the code generator and optimizer assumed
  69.   signed semantics in several places.  Thanks to Charlie Slater
  70.   (cslater@imatek.com) for pointing this out.
  71.  
  72. - Removed FDDI ifdef's, they aren't really needed. Resulted from report
  73.   by Gary Veum (veum@boa.gsfc.nasa.gov).
  74.  
  75. - Add pcap-null.c which allows offline use of libpcap on systems that
  76.   don't support live package capture. This feature resulting from a
  77.   request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl).
  78.  
  79. - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
  80.   (Pascal.Hennequin@hugo.int-evry.fr).
  81.  
  82. - Port to GNU autoconf.
  83.  
  84. - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
  85.   Johansen (fsj@csd.cri.dk).
  86.  
  87. - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
  88.   Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
  89.  
  90. - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
  91.   by Jeff Murphy (jcmurphy@acsu.buffalo.edu).
  92.  
  93. - Add support for "long jumps". Thanks to Jeffrey Mogul
  94.   (mogul@pa.dec.com).
  95.  
  96. - Fix minor problems when compiling with BDEBUG as noticed by Scott
  97.   Bertilson (scott@unet.umn.edu).
  98.  
  99. - Declare sys_errlist "const char *const" to avoid problems under
  100.   FreeBSD. Resulted from report by jher@eden.com.
  101.  
  102. v0.0.6 Fri Apr 28 04:07:13 PDT 1995
  103.  
  104. - Add missing variable declaration missing from 0.0.6
  105.  
  106. v0.0.5 Fri Apr 28 00:22:21 PDT 1995
  107.  
  108. - Workaround for problems when pcap_read() returns 0 due to the timeout
  109.   expiring.
  110.  
  111. v0.0.4 Thu Apr 20 20:41:48 PDT 1995
  112.  
  113. - Change configuration to not use gcc v2 flags with gcc v1.
  114.  
  115. - Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
  116.   should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
  117.  
  118. - Fixed configure to test for snoop before dlpi to avoid problems under
  119.   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
  120.  
  121. - Hack around deficiency in Ultrix's make.
  122.  
  123. - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
  124.   savefiles that have more than snapshot bytes of data in them (so we
  125.   can read old savefiles) and avoid writing such files.
  126.  
  127. - Added checkioctl which is used with gcc to check that the
  128.   "fixincludes" script has been run.
  129.  
  130. v0.0.3 Tue Oct 18 18:13:46 PDT 1994
  131.  
  132. - Fixed configure to test for snoop before dlpi to avoid problems under
  133.   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
  134.  
  135. v0.0.2 Wed Oct 12 20:56:37 PDT 1994
  136.  
  137. - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
  138.   Stevens.
  139.  
  140. - Determine pcap link type from dlpi media type. Resulted from report
  141.   by Mahesh Jethanandani (mahesh@npix.com).
  142.  
  143. v0.0.1 Fri Jun 24 14:50:57 PDT 1994
  144.  
  145. - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
  146.   wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
  147.   Invalid argument" error under OSF/1. Reported by Matt Day
  148.   (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
  149.  
  150. - Turn on FDDI support by default.
  151.  
  152. v0.0 Mon Jun 20 19:20:16 PDT 1994
  153.  
  154. - Initial release.
  155.  
  156. - Fixed bug with greater/less keywords, reported by Mark Andrews
  157.   (mandrews@alias.com).
  158.  
  159. - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
  160.   by Elan Amir (elan@leeb.cs.berkeley.edu).
  161.  
  162. - Machines with little-endian byte ordering are supported thanks to
  163.   Jeff Mogul.
  164.  
  165. - Add hack for version 2.3 savefiles which don't have caplen and len
  166.   swapped thanks to Vern Paxson.
  167.  
  168. - Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
  169.  
  170. - Added length, inbound and outbound keywords.
  171.